home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000200_news@columbia.edu_Sun Nov 20 10:16:25 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA18334
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 20 Nov 1994 18:25:11 -0500
  3. Received: by apakabar.cc.columbia.edu id AA25276
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 20 Nov 1994 18:25:10 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.kei.com!bloom-beacon.mit.edu!gatech!swrinde!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Can Kermit run on OS2 Warp?
  9. Message-Id: <1994Nov20.161625.33380@cc.usu.edu>
  10. Date: 20 Nov 94 16:16:25 MDT
  11. References: <3ack7a$d73@nuscc.nus.sg>
  12. Organization: Utah State University
  13. Lines: 13
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <3ack7a$d73@nuscc.nus.sg>, teosongh@iscs.nus.sg (25 minutes late...) writes:
  17. > Just wondering if kermit can run on Warp or just only in DOS?
  18. ----------
  19.     MS-DOS Kermit is a DOS program, and it runs fine in an OS/2 DOS
  20. box using communications facilities available to DOS programs. It works
  21. with OS/2 to relinquish cpu time slices when nothing much is happening
  22. and to economize on screen updating overhead.
  23.     C Kermit for OS/2 is an OS/2 program which uses communications
  24. facilities available to OS/2 programs.
  25.     MSK 3.13 is the current formal release, with 3.14 being in the
  26. last stages of beta testing. CK v5A(190) is the current C Kermit release.
  27.     Joe D.